home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Audio Collection Deluxe / Multimedia Audio Collection Deluxe.iso / rack / readme.txt < prev    next >
Text File  |  1993-12-16  |  5KB  |  101 lines

  1. MCS MusicRack ReadMe File
  2. ===============================================================================
  3. LINECONFIG:
  4.  
  5. Additional information for users who have attached the output of their
  6. CD-ROM drive to the Auxiliary port of their sound card.
  7.  
  8. If your sound board has a CD audio line-in port, yet you have
  9. found it necessary to attach the audio output of the CD-ROM drive to
  10. the auxiliary line-in port, you will find it impossible to control
  11. the CD Volume in the Enhanced CD player.  This section will detail
  12. how to make MCS MusicRack best utilize your sound board's auxliliary
  13. line-in to control the volume of your CD player.
  14.  
  15. The "Volume" section of the MCS MusicRack User's Manual describes a 
  16. procedure which assigns the auxiliary port of the sound card to MCS 
  17. MusicRack's logical CD volume control.  After this operation the CD 
  18. Player's volume controls will adjust the volume of the sound card's 
  19. auxiliary port.  Because the Mixing Console component relies, not 
  20. on MCS MusicRack's logical associations, but instead on the patch 
  21. names as reported by the sound card's mixer driver, you must still 
  22. adjust the "Aux" sliders to change the CD's volume when using the 
  23. Mixing Console component.  Alternatively, you may also change the 
  24. default patch names that the mixer driver will use to correspond 
  25. to the changes made in the MCSINIT.INI file.  We think that this 
  26. is a very reasonable solution that most users would prefer.   
  27.  
  28. The following instructions are meant for those who have the problem
  29. described above.
  30.  
  31.    Step 1.  Install MCS MusicRack if has not been previously installed.
  32.    --------------------------------------------------------------------
  33.  
  34.    Step 2.  Switch MCS MusicRack's logical auxiliary and CD associations
  35.    ---------------------------------------------------------------------
  36.      a) Use Windows' notepad (or any other editor which will write
  37.         straight ASCII files) and load "MCSINIT.INI" from the directory
  38.         containing Windows.
  39.  
  40.      b) Locate the  [LINECONFIG] section and examine the entries 
  41.         labled "CD_AUDIO" and "AUXILIARY", then swap the line
  42.         numbers associated with both devices.
  43.  
  44.         Example: If your sound board is a Media Vision Pro Audio Spectrum,
  45.         then you would make AUXILIARY=LINEIN03 and CD_AUDIO=LINEIN02 as
  46.         demonstrated below.
  47.   
  48.              [LINECONFIG]
  49.              PRODUCT=Media Vision Pro Audio/CDPC
  50.              MASTER=LINEOUT00
  51.              RECORDIN=LINEOUT01                    
  52.              CD_AUDIO=LINEIN03            <----------  CD_AUDIO=LINEIN02
  53.              DIGITAL_RECORDER=LINEIN05              |
  54.              MIDI=LINEIN00                          |
  55.              AUXILIARY=LINEIN02           <----------  AUXILIARY=LINEIN03
  56.              MICROPHONE=LINEIN04
  57.                                                 
  58.              
  59.  
  60.  
  61.     Step 3.  Changing the default mixer driver patch names.
  62.     -------------------------------------------------------
  63.      a) Search for the [drivers] section in the file  "SYSTEM.INI" located
  64.         in the directory where Windows has been installed.  Locate the
  65.         "mixer" entry in the [drivers] section and note the filename
  66.         that has been assigned to the "mixer" entry.
  67.  
  68.      b)  Use an editor capable of writing straight ASCII to edit "WIN.INI"
  69.          located in the directory where Windows was installed.  Find the
  70.          section name corresponding to the filename found in step 3a.
  71.  
  72.      c)  After finding the appropriate section name, search the section's
  73.          "LineIn" entries for the patch names of "AUX" and "CD". 
  74.          (The patch names appear in the first field immediately after
  75.          the '=' on each line.)  Next, swap the numbers associated with
  76.          these patches.
  77.  
  78.         Example: If your sound board is a Media Vision Pro Audio Spectrum,
  79.         then you would replace the '3' in the line that contains 
  80.         "LineIn3=AUX" to  '4' and you would replace the '4' in the line
  81.         that contains "LineIn4=CD" to '3' as show below.
  82.                                           
  83.                             ------------------ Change this '3' to '4'
  84.                             |
  85.              [mvmixer.drv]  |
  86.              LineIn1=SYNTH  |   MUS]  PLAY     L=  0% R=  0%  @=0000
  87.              LineIn2=MIXER  |   MIX]  PLAY     L= 91% R= 91%  @=0000
  88.              LineIn3=AUX <---   AUX|  PLAY     L= 77% R= 77%  @=0000 
  89.              LineIn4=CD  <---   CDA|  PLAY     L= 46% R= 46%  @=0000   
  90.              LineIn5=MIC    |   MIC|  PLAY     L= 60% R= 60%  @=0000
  91.              LineIn6=WAVE   |   WAV]  PLAY     L=  0% R=  0%  @=0000  
  92.              LineIn7=SPKR   |   SPK]  RECORD   L= 13% R= 23%  @=0000
  93.              LineOut1=MASTER \  AMP|  PLAY     L= 56% R= 56%  @=0000
  94.              StereoEnhance=ON \
  95.              Loudness=OFF      \
  96.              Bass= 66           \---------------- Change this '4' to '3'
  97.              Treble= 75
  98.              SaveSettingsOnWindowsExit=YES
  99.  
  100. --------------------------------------------------------------------------------
  101.